From: Eli Zaretskii Date: Mon, 4 Nov 2013 17:33:43 +0000 (+0200) Subject: src/ChangeLog: Fix a typo in the last commit. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~2576 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=be80645a9ac60598a4a7809e2be07243846b746c;p=emacs.git src/ChangeLog: Fix a typo in the last commit. --- diff --git a/src/ChangeLog b/src/ChangeLog index f6f4dc3ef88..e27f83962af 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -24,7 +24,7 @@ directory/file names. * buffer.c (init_buffer): Don't store default-directory of - 8scratch* in multibyte form. The original problem which led to + *scratch* in multibyte form. The original problem which led to that is described in http://lists.gnu.org/archive/html/emacs-pretest-bug/2004-11/msg00532.html, but it was solved long ago. (Bug#15260)